home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2005 August / Sky at Night 3.iso / mac / telescope.dir / 00054_Script_install acrobat < prev    next >
Text File  |  2005-06-18  |  416b  |  10 lines

  1. on mouseup me
  2.   if the platform contains "Mac" then
  3.     alert "Unfortunately, due to security features of Mac OS X, we are unable to open this file directly. Instead the folder containing the software will now open"
  4.     baopenfile ( the moviePath&"AdobeReader:AdobeReaderMac", "normal" )    
  5.     moveToBack (the Stage)     
  6.   else
  7.     open the moviepath & "AdobeReader\AdbeRdr70_enu_full.exe"
  8.   end if
  9. end
  10.